1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6 <ProductVersion>9.0.30729</ProductVersion>
7 <SchemaVersion>2.0</SchemaVersion>
8 <ProjectGuid>{263E8AFC-50E5-4F2F-9C70-2DA82D6E0575}</ProjectGuid>
9 <OutputType>WinExe</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>CSInteractiveWindowsService</RootNamespace>
12 <AssemblyName>CSInteractiveWindowsService</AssemblyName>
13 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14 <FileAlignment>512</FileAlignment>
16 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17 <DebugSymbols>true</DebugSymbols>
18 <DebugType>full</DebugType>
19 <Optimize>false</Optimize>
20 <OutputPath>..\Debug\</OutputPath>
21 <DefineConstants>DEBUG;TRACE</DefineConstants>
22 <ErrorReport>prompt</ErrorReport>
23 <WarningLevel>4</WarningLevel>
25 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26 <DebugType>pdbonly</DebugType>
27 <Optimize>true</Optimize>
28 <OutputPath>..\Release\</OutputPath>
29 <DefineConstants>TRACE</DefineConstants>
30 <ErrorReport>prompt</ErrorReport>
31 <WarningLevel>4</WarningLevel>
34 <Reference Include="System" />
35 <Reference Include="System.Configuration.Install" />
36 <Reference Include="System.Core">
37 <RequiredTargetFramework>3.5</RequiredTargetFramework>
39 <Reference Include="System.Management" />
40 <Reference Include="System.Xml.Linq">
41 <RequiredTargetFramework>3.5</RequiredTargetFramework>
43 <Reference Include="System.Data.DataSetExtensions">
44 <RequiredTargetFramework>3.5</RequiredTargetFramework>
46 <Reference Include="System.Data" />
47 <Reference Include="System.ServiceProcess" />
48 <Reference Include="System.Xml" />
51 <Compile Include="WTSHelper.cs" />
52 <Compile Include="ProjectInstaller.cs">
53 <SubType>Component</SubType>
55 <Compile Include="ProjectInstaller.Designer.cs">
56 <DependentUpon>ProjectInstaller.cs</DependentUpon>
58 <Compile Include="SampleService.cs">
59 <SubType>Component</SubType>
61 <Compile Include="SampleService.Designer.cs">
62 <DependentUpon>SampleService.cs</DependentUpon>
64 <Compile Include="Program.cs" />
65 <Compile Include="Properties\AssemblyInfo.cs" />
68 <Content Include="ReadMe.txt" />
71 <EmbeddedResource Include="ProjectInstaller.resx">
72 <DependentUpon>ProjectInstaller.cs</DependentUpon>
75 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
77 Other similar extension points exist, see Microsoft.Common.targets.
78 <Target Name="BeforeBuild">
80 <Target Name="AfterBuild">